home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk52 / oneplane / makefile < prev    next >
Makefile  |  1995-03-18  |  290b  |  18 lines

  1. # -------------------------------------------
  2. # Makefile for Oneplane v1.1
  3. # Ethan Dicks 14-Dec-1988
  4. # -------------------------------------------
  5.  
  6. LCFLAGS = -b0 -v
  7. LNFLAGS  = SC SD ND
  8.  
  9. OnePlane.o:    OnePlane.c
  10.  
  11.     lc $(LCFLAGS) OnePlane
  12.  
  13. OnePlane:    OnePlane.o
  14.  
  15.     blink OnePlane.o $(LNFLAGS)
  16.  
  17.